@charset "iso-8859-1";
/* GENERAL DEFINITIONS */

*
{
	margin: 0; padding: 0;
	border: 0;
}

body
{
	font-family: 'trebuchet MS', 'arial', 'sans-serif';
	font-size: 11px;
	color: #000;
	background: #000;
}

a:visited {
	text-decoration: none;
	color: #AF5812;
}


a:link {
	text-decoration: none;
	color: #94490B;
}

a:hover {
	text-decoration: underline;
	color: #DC6C11;
	}


/* SPECIFIC DEFINITIONS */

div.png_fix
{
	position: relative;
}



/* DIV: OUTER */

div#outer
{
	position: relative;
	margin: 0 auto;
	width: 900px;
}



/* DIV: HDR */

div#hdr
{
	float: left;
	width: 900px; height: 218px;
	background: url("Afb/banner-top.jpg") no-repeat 0 40px;
}

/* DIV: NAVIGATION */

div#navigation
{
	position: absolute;
	left: 370px; top: 174px;
	height: 30px;
	
}

div#navigation ul
{
	float: left;
	list-style: none;
	background: no-repeat top left;
}

div#navigation ul li
{
	float: left;
	padding: 0 8px 0 5px;
	height: 30px;
	background: no-repeat top right;
}

div#navigation ul li a
{
	float: left;
	height: 30px;
	font-family: trebuchet MS, arial, sans-serif;
	font-size: 12px;
	text-transform: hover;
	text-decoration: none;
	color: #FFFFFF;
}

div#navigation ul li a:hover,
div#navigation ul li a.navigation_active
{
	background: no-repeat 50% 16px;
}


/* DIV: BODY */

div#body
{
	float: left;
	width: 900px;
	min-height: 400px;
	background: url("Afb/banner-bottom.jpg") no-repeat bottom left #ECEFF3;
}

* html div#body
{
	display: inline;
	height: 400px;
}



/* DIV: L-COL */

div#l-col
{
	float: left;
	padding: 10px 50px 0 20px;
	width: 200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 170px;
}

div#l-col ul
{
	float: left;
	width: 190px;
	list-style: none;
}

div#l-col ul li
{
	float: left;
	margin: 2px 0;
	width: 190px;
}

div#l-col ul li a
{
	float: left;
	padding: 0 0 0 24px;
	width: 174px; height: 24px;
	line-height: 24px;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
	width: 150px;
}

div#l-col ul li a:hover,
div#l-col ul li a.active
{
	color: #FFFFFF;
	background: none;
} 


img { padding: 4px 1px 5px 1px;
	   }

/* DIV: HOME */

div#home
{
	float: left;
	margin: 0 20px 0 0; padding: 20px 0 50px 0;
	width: 740px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 620px;
	font-size: 13px;
}

* html div#home
{
	display: inline;
}

div#home p
{
	margin: 0 0 20px 0;
}

div#home p.titel
{
	font-size: 17px;
	color: #E34C14;
}



/* DIV: FTR */

div#ftr
{
	float: left;
	padding: 20px 0;
	width: 900px;
	font-size: 10px;
	text-align: center;
	color: #C0C0C0;
}

div#ftr a
{
	color: #E5E5E5;
}


/* -------------------------------------------------------
	div: footer2
------------------------------------------------------- */

#footer2
    {
    background-color: #ECEFF3;
    position: relative;
    width: 300px;
    padding: 0 0 0 0;
	border: 0px solid #FF6600;
    }
    
#footer2section1
 {
	width: 144px; 
	height: 45px; 
	float: left;
	margin: 0;
	border: 0px solid #FF6600;
    }

#footer2section2
 {
	width: 100px; 
	height: 100px; 
	float: right;
	margin: 0;
	border: 0px solid #FF6600;
   }
   
#footer2 a
    {
    color: #fff;
    text-decoration: none;
    }
#footer2 a:hover
    {
    text-decoration: underline;
    }
